home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / fwsectionsc1_2.readme < prev    next >
Text File  |  1995-08-13  |  4KB  |  95 lines

  1. Short:    Section script for Final Writer+ bug fix 
  2. Author:   ffpecjak@uni-lj.si (Jernej Pecjak)
  3. Uploader: ffpecjak@uni-lj.si (Jernej Pecjak)
  4. Type:     util/rexx
  5.  
  6. This  is a Shareware script for fixing a bug or maybe an unimplemented
  7. feature in Final Writer and for adding some other section manipulating
  8. commands like:
  9.  
  10. Copy section
  11. Move section
  12. Swap section
  13.  
  14. The  bug  fix  is for adding and deleting sections without the loss of
  15. all the graphics objects.
  16.  
  17. There are many new features in version 1.2 for manipulating with
  18. master pages also. Styles scripts are planed also.
  19.  
  20. This  is  a  shareware  version, but has all the features of the full
  21. version (it is the same in fact).
  22.  
  23. NOTE! NOTE! NOTE!
  24.  
  25. This is the LAST version of this script for 2 reasons:
  26.  
  27. 1. It has became a lot more than just a section fix.
  28. 2. Softwood will (maybe it has) fixed this bug in a short time (when
  29. new version comes out), so I will not include this section fix any
  30. more. I will try to include some new features.
  31.  
  32. ======================================================================
  33.  
  34. WHAT'S NEW IN VERSION 1.2?
  35. --------------------------
  36.  
  37.        NEW FEATURE! Yes! Master page bug is finally  AUTOMATIC  fixed!
  38.        You  don't need to worry any longer about left and right master
  39.        pages as long as you run the script  every  time  your  section
  40.        get's  updated  (you  deleted  or  added  some pages). Read the
  41.        documentation carefully of how to use this  function.  Improper
  42.        use will MIX your master pages a lot!!!
  43.  
  44.        IMPROVED FEATURE! Major update on requesters! Program now  uses
  45.        rexxreqtools.library    for   it's   presentation.   You   need
  46.        rexxreqtools.library to use the script!
  47.  
  48.        IMPROVED FEATURE! New click  option!  You  don't
  49.        need  to browse through sections one by one, but
  50.        five at a  time!  Clicking  has  become  a  real
  51.        pleasure now!
  52.  
  53.        BUG FIX! There was again a nasty bug when swapping master pages.
  54.        If  you  swapped  them  on  last  section there were no problem,
  55.        however if you them on any other, it wasn't correct! The bug  is
  56.        now,  I  hope, fixed! BUG FIX! Another bug was present! Pictures
  57.        had save graphics whenever moved (was fixed  for  sections,  but
  58.        was still present for master pages). Fixed now! BUG FIX! Another
  59.        bug when swapping master pages!  It  made  a  temporary  section
  60.        after  the  current  one,  not after the last one, so gfx in the
  61.        following could mix upor dissapear
  62.  
  63.  
  64. WHAT WAS NEW In VERSION 1.1?
  65. ----------------------------
  66.  
  67. NEW FEATURE!  Added commands for working with master pages:
  68.  
  69.        ! Copy from left -> right or right -> left master page
  70.        ! Move from left -> right or right -> left master page
  71.        ! Copy between master pages of two sections
  72.        ! Move between master pages of two sections
  73.        ! Option to delete the destination master page when copying or
  74.          moving
  75.        ! Swap left and right master page (used to correct the `master
  76.          page bug')
  77.  
  78. NEW  FEATURE!   Added  a security requester for saving document before
  79.        making  changes  (this  was  already  done  in  the  evaluation
  80.        version, but not in the registered one)
  81.  
  82. BUG  FIX!   There  was  a nasty bug when adding and removing sections!
  83.        All the imported graphics was changed to SAVE GRAPHICS, even if
  84.        you  had  SAVE LINK enabled.  On large documents this increased
  85.        the  document  size  very much if you used the option SAVE LINK
  86.        (most of us do).  This is now corrected
  87.  
  88. BUG FIX!  Another bug when adding sections.  If you used more than one
  89.        word  or  a word with special characters (., etc.), new section
  90.        wasn't created and the graphics were made wrong
  91.  
  92.  
  93. IMPROVED FEATURE!  Made corrections to this manual.  I hope all of the
  94.        typing errors are also corrected by now :-)
  95.